home *** CD-ROM | disk | FTP | other *** search
/ Colorado Rockies Interactive CD-ROM 1999 / Colorado Rockies 1999 Interactive CD-ROM.iso / mac / Xtras / ScriptOMatic Lite / ScriptOMatic Lite.Dxr / 00058.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  103 b   |  10 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on keyDown
  6.   if the key = RETURN then
  7.     go("outprev")
  8.   end if
  9. end
  10.